The following tables list the members exposed by the CallMethodOf<TObject> type.

Name Description
Public field AggregateGearInputValidationExceptions Input<bool>: Sets the flag that determines if input validation exceptions should be aggregated in one main exception. (inherited from BaseGear).
Public field InvalidGearInputMessage Input<string>: Sets the message to include in the input validation exception. (inherited from BaseGear).
Public field MakeDurable Input<bool>: Sets the flag that determines if this gear running results will be cached, so that subsequent uses of this same gear deliver its results from that cache instead of from a new full run. (inherited from BaseGear).
Public field MethodName Input<string>: Sets the method to call name. (inherited from CallMethodOf<TObject, TMethodReturn>).
Public field Object Input<TObject>: Sets the object that holds the method to call. (inherited from CallMethodOf<TObject, TMethodReturn>).
Public field WithArguments Input<IEnumerable<object>>: Sets the method to call arguments. (inherited from CallMethodOf<TObject, TMethodReturn>).
Top